Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added ssl_endpoint_identification_algorithm config option #212

Closed
wants to merge 1 commit into from

Conversation

JackDavidson
Copy link
Contributor

added ssl_endpoint_identification_algorithm config option
matching pull request for output here:
logstash-plugins/logstash-input-kafka#301

Copy link
Contributor

@robbavey robbavey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the contribution - just one minor nit.

@@ -140,6 +140,8 @@ class LogStash::Outputs::Kafka < LogStash::Outputs::Base
config :ssl_keystore_password, :validate => :password
# The password of the private key in the key store file.
config :ssl_key_password, :validate => :password
# Algorithm to use when verifying host. Set to "" to disable
config :ssl_endpoint_identification_algorithm, :validate => :string
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you set the value explicitly to 'https' to ensure that the behavior remains the same in the (probably somewhat unlikely) event that the Kafka client changes defaults again

@robbavey
Copy link
Contributor

@JackDavidson I've included this in a follow-on commit that fixes an issue which was causing this not to work.

Thanks for the contribution!

@JackDavidson
Copy link
Contributor Author

@robbavey No problem :)

It looks like the change was merged, so should I close this now?

@JackDavidson
Copy link
Contributor Author

Changes merged along another branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants